Skip to main content

All Questions

0votes
1answer
129views

Site Import Error

I am currently getting the error below when importing a site and I have no idea what is causing it, can anyone help? [FatalError][-2146231999][System.Xml.Schema.XmlSchemaValidationException][The ...
Ben Cooper's user avatar
0votes
1answer
1kviews

How to export XML of webpart on the page

I want to export the Web part XML based on GUID to the local. I am trying to export from SharePoint 2013 using CSOM PowerShell. Anyone suggest on this? function EnsureDirectory($exportFolderPath) { ...
Liz's user avatar
  • 77
0votes
2answers
537views

Read the content of web part

I have content editor,script editor, image viewer etc.. part on share point homepage. I am able to read the web part properties. Now i want to read the content or values of that web part using power ...
Liz's user avatar
  • 77
1vote
1answer
2kviews

How to get webPart XML with powershell from SharePoint WebPart Gallery

I want to get web part XML from SharePoint Web Parts Gallery(not locally) for add webpart into a List page. This is my code: $spWeb = Get-SPWeb $webURL $spSiteCollection = Get-SPWeb -Identity $...
Goshky's user avatar
  • 2,058
2votes
0answers
488views

Change SharePoint 2013 web part search query using Powershell

I need to edit the query of a Search Results web part on multiple pages of the same site collection (with no subsites). With the following code, I've been able to change the web part's title, but I ...
rebby's user avatar
1vote
1answer
7kviews

PowerShell command for Add and Install .wsp to Site Collection

need to add and install .wsp file to the Site Collection using PoweShell
Mohamed Arif's user avatar
1vote
1answer
143views

Best way to add custom webpart

What is the best way to add a custom webpart to a sharepoint default page(i.e list page like NewPost.aspx) and/or into the webpart gallery programmatically without directly deploying from Visual ...
Unknown's user avatar
0votes
1answer
465views

Manipulate Report Viewer Webpart Parameters via PowerShell on a SharePoint 2010 WebpartPage?

I want to set the parameters of a SSRS report which is displayed through the ReportViewerWebPart by PowerShell, all on SharePoint 2010 WebpartPage. Right now, I'm confused by the documentation of the ...
skorzinetzki's user avatar
1vote
2answers
1kviews

Cannot add ReportViewer Webpart via Powershell to Page

On my SharePoint 2010 I want to automate Website-Provisioning with customized homepage. The homepage should show some SSRS ReportViewerWebparts. I get error messages, I am very surprised of and cannot ...
skorzinetzki's user avatar
1vote
0answers
224views

Unable to add the webpart in web part page in sharepoint 2013

I am Unable to add the webpart in web part page in sharepoint 2013 below is the error message: An unexpected error has occurred. Technical Details Troubleshoot issues with Microsoft SharePoint ...
Salim Mandrekar's user avatar

close